runtime.gTraceState.lastP (field)
11 uses
runtime (current package)
trace.go#L198: lastP puintptr // last P emitted an event for this goroutine
trace.go#L334: gp.trace.lastP = getg().m.p
trace.go#L353: gp.trace.lastP = getg().m.p
trace.go#L1576: newg.trace.lastP = getg().m.p
trace.go#L1588: } else if gp.trace.lastP == pp {
trace.go#L1591: gp.trace.lastP = pp
trace.go#L1602: gp.trace.lastP = gp.m.p
trace.go#L1608: gp.trace.lastP = gp.m.p
trace.go#L1621: if gp.trace.lastP == pp {
trace.go#L1624: gp.trace.lastP = pp
trace.go#L1673: gp.trace.lastP = gp.m.p
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |